home *** CD-ROM | disk | FTP | other *** search
/ Voyager Presents CD-ROM's That Matter / Voyager Presents CD-ROM's That Matter.iso / pc / preview.dir / 00351.ls < prev    next >
Encoding:
Text File  |  1995-02-25  |  354 b   |  15 lines

  1. on mouseDown
  2.   if the optionDown then
  3.     puppetSprite(9, 1)
  4.     set the stretch of sprite 9 to 0
  5.     set the castNum of sprite 9 to the number of cast "braino"
  6.     set the locH of sprite 9 to 84
  7.     set the locV of sprite 9 to 107
  8.     puppetSound("easter egg")
  9.     updateStage()
  10.     holdOn(60 * 4)
  11.     puppetSprite(9, 0)
  12.     puppetSound(0)
  13.   end if
  14. end
  15.